pkgs/os-specific/linux/firmware/radeon-*/default.nix: these derivations don't need to be recursive

svn path=/nixpkgs/trunk/; revision=28782
This commit is contained in:
Peter Simons 2011-08-23 12:25:31 +00:00
parent ad090c5877
commit 0d28dfe2d6
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
name = "radeon-juniper-pfp-firmware-2010-04-08";
src = fetchurl {

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
name = "radeon-r600-firmware-2009-12-09";
src = fetchurl {

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
name = "radeon-r700-firmware-2009-12-09";
src = fetchurl {