Mark more packages as broken

This commit is contained in:
Eelco Dolstra
2013-11-04 21:07:57 +01:00
parent a5827b18a1
commit a0e21fd1ca
27 changed files with 33 additions and 8 deletions

View File

@@ -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;
};
}

View File

@@ -108,5 +108,7 @@ stdenv.mkDerivation rec {
# Restrict to GNU systems for now.
platforms = stdenv.lib.platforms.gnu;
broken = true;
};
}

View File

@@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
license = "LGPLv2.1+";
maintainers = [ stdenv.lib.maintainers.viric ];
platforms = stdenv.lib.platforms.linux;
broken = true;
};
}

View File

@@ -18,5 +18,6 @@ stdenv.mkDerivation {
license = "BSD";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
broken = true;
};
}

View File

@@ -50,5 +50,6 @@ stdenv.mkDerivation rec {
license = "nonfree";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
broken = true;
};
}

View File

@@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
license = "BSD";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
broken = true;
};
}

View File

@@ -45,6 +45,7 @@ rec {
];
platforms = with a.lib.platforms;
linux;
broken = true;
};
passthru = {
updateInfo = {