schroedinger: mark linux only

This commit is contained in:
Daiderd Jordan
2018-03-25 15:11:30 +02:00
parent cc0fc1724b
commit df776afc3d

View File

@@ -22,6 +22,6 @@ stdenv.mkDerivation {
homepage = http://diracvideo.org/;
maintainers = [ maintainers.spwhitt ];
license = [ licenses.mpl11 licenses.lgpl2 licenses.mit ];
platforms = platforms.unix;
platforms = platforms.linux;
};
}