mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
codec2: revert mark cross as broken (#414971)
This commit is contained in:
commit
cc0f2673ae
1 changed files with 0 additions and 2 deletions
|
@ -84,8 +84,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
license = licenses.lgpl21Only;
|
license = licenses.lgpl21Only;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ markuskowa ];
|
maintainers = with maintainers; [ markuskowa ];
|
||||||
# generate_codebook only built for host platform
|
|
||||||
broken = !stdenv.buildPlatform.canExecute stdenv.hostPlatform;
|
|
||||||
pkgConfigModules = [ "codec2" ];
|
pkgConfigModules = [ "codec2" ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue