palp: restrict platforms to linux (#42651)

This commit is contained in:
Timo Kaufmann 2018-06-27 15:28:39 +02:00 committed by xeji
parent 75ce141a35
commit 2b22ecf01e

View File

@ -77,6 +77,6 @@ stdenv.mkDerivation rec {
# the right license.
license = licenses.gpl2;
maintainers = with maintainers; [ timokau ];
platforms = platforms.all;
platforms = platforms.linux;
};
}