Mark more packages as broken
This commit is contained in:
@@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Add-on for the OGRE, aimed to render atmospheric effects";
|
||||
homepage = http://code.google.com/p/caelum/;
|
||||
license = "LGPLv2.1+";
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -108,5 +108,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
# Restrict to GNU systems for now.
|
||||
platforms = stdenv.lib.platforms.gnu;
|
||||
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
|
||||
license = "LGPLv2.1+";
|
||||
maintainers = [ stdenv.lib.maintainers.viric ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -18,5 +18,6 @@ stdenv.mkDerivation {
|
||||
license = "BSD";
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -50,5 +50,6 @@ stdenv.mkDerivation rec {
|
||||
license = "nonfree";
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
|
||||
license = "BSD";
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -45,6 +45,7 @@ rec {
|
||||
];
|
||||
platforms = with a.lib.platforms;
|
||||
linux;
|
||||
broken = true;
|
||||
};
|
||||
passthru = {
|
||||
updateInfo = {
|
||||
|
||||
Reference in New Issue
Block a user