schroedinger: mark linux only
This commit is contained in:
parent
cc0fc1724b
commit
df776afc3d
@ -22,6 +22,6 @@ stdenv.mkDerivation {
|
|||||||
homepage = http://diracvideo.org/;
|
homepage = http://diracvideo.org/;
|
||||||
maintainers = [ maintainers.spwhitt ];
|
maintainers = [ maintainers.spwhitt ];
|
||||||
license = [ licenses.mpl11 licenses.lgpl2 licenses.mit ];
|
license = [ licenses.mpl11 licenses.lgpl2 licenses.mit ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user