cscope: refactor allow builds on non linux
This commit is contained in:
parent
34cc46bfa7
commit
19425207c9
@ -53,6 +53,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
|
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user