mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Merge pull request #36403 from elts/fix/cl-launch
cl-launch: change platforms to unix
This commit is contained in:
commit
07be75d512
@ -33,6 +33,6 @@ stdenv.mkDerivation {
|
||||
description = ''Common Lisp launcher script'';
|
||||
license = stdenv.lib.licenses.llgpl21 ;
|
||||
maintainers = [stdenv.lib.maintainers.raskin];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user