mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
cscope: refactor allow builds on non linux
This commit is contained in:
parent
34cc46bfa7
commit
19425207c9
1 changed files with 1 additions and 1 deletions
|
@ -53,6 +53,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue