Skip to content

Commit

Permalink
adobe_flex_sdk, use - instead of _ in name
Browse files Browse the repository at this point in the history
svn path=/nixpkgs/trunk/; revision=22269
  • Loading branch information
MarcWeber committed Jun 14, 2010
1 parent 22f7cf6 commit 02adc94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/adobe-flex-sdk/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
args: with args;
stdenv.mkDerivation rec {
name = "adobe_flex_sdk_4.0.0.14159_mpl";
name = "adobe-flex-sdk-4.0.0.14159-mpl";

src = fetchurl {
# This is the open source distribution
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2019,7 +2019,7 @@ let
inherit gmp mpfr;
};

adobeFlexSDK = import ../development/compilers/adobe-flex-sdk {
adobe_flex_sdk = import ../development/compilers/adobe-flex-sdk {
inherit fetchurl stdenv unzip jre;
};

Expand Down

0 comments on commit 02adc94

Please sign in to comment.