palp: restrict platforms to linux (#42651)
This commit is contained in:
parent
75ce141a35
commit
2b22ecf01e
@ -77,6 +77,6 @@ stdenv.mkDerivation rec {
|
|||||||
# the right license.
|
# the right license.
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ timokau ];
|
maintainers = with maintainers; [ timokau ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user