mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
enblend-enfuse: rename to actual package name
Retain old and unreadable "enblendenfuse" alias for compatibility.
This commit is contained in:
parent
8c45057764
commit
4a92863fd5
@ -245,7 +245,7 @@ rec {
|
|||||||
|
|
||||||
/* =============== simple script files ==================== */
|
/* =============== simple script files ==================== */
|
||||||
|
|
||||||
# also have a look at enblendenfuse in all-packages.nix
|
# also have a look at enblend-enfuse in all-packages.nix
|
||||||
exposureBlend = scriptDerivation {
|
exposureBlend = scriptDerivation {
|
||||||
name = "exposure-blend";
|
name = "exposure-blend";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, cmake, fetchurl, gnumake, pkgconfig
|
{ stdenv, cmake, fetchurl, gnumake, pkgconfig
|
||||||
, boost, gettext, tclap, wxGTK
|
, boost, gettext, tclap, wxGTK
|
||||||
, freeglut, glew, libXi, libXmu, mesa
|
, freeglut, glew, libXi, libXmu, mesa
|
||||||
, autopanosiftc, enblendenfuse, exiv2, ilmbase, lensfun, libpng, libtiff
|
, autopanosiftc, enblend-enfuse, exiv2, ilmbase, lensfun, libpng, libtiff
|
||||||
, openexr, panotools, perlPackages
|
, openexr, panotools, perlPackages
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
# commandline tools needed by the hugin batch processor
|
# commandline tools needed by the hugin batch processor
|
||||||
# you may have to tell hugin (in the preferences) where these binaries reside
|
# you may have to tell hugin (in the preferences) where these binaries reside
|
||||||
propagatedUserEnvPackages = [ autopanosiftc enblendenfuse gnumake
|
propagatedUserEnvPackages = [ autopanosiftc enblend-enfuse gnumake
|
||||||
perlPackages.ImageExifTool
|
perlPackages.ImageExifTool
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -1366,7 +1366,7 @@ let
|
|||||||
|
|
||||||
emv = callPackage ../tools/misc/emv { };
|
emv = callPackage ../tools/misc/emv { };
|
||||||
|
|
||||||
enblendenfuse = callPackage ../tools/graphics/enblend-enfuse { };
|
enblend-enfuse = callPackage ../tools/graphics/enblend-enfuse { };
|
||||||
|
|
||||||
encfs = callPackage ../tools/filesystems/encfs { };
|
encfs = callPackage ../tools/filesystems/encfs { };
|
||||||
|
|
||||||
@ -15106,6 +15106,7 @@ aliases = with self; rec {
|
|||||||
clangAnalyzer = clang-analyzer; # added 2015-02-20
|
clangAnalyzer = clang-analyzer; # added 2015-02-20
|
||||||
cool-old-term = cool-retro-term; # added 2015-01-31
|
cool-old-term = cool-retro-term; # added 2015-01-31
|
||||||
cv = progress; # added 2015-09-06
|
cv = progress; # added 2015-09-06
|
||||||
|
enblendenfuse = enblend-enfuse; # 2015-09-30
|
||||||
exfat-utils = exfat; # 2015-09-11
|
exfat-utils = exfat; # 2015-09-11
|
||||||
firefoxWrapper = firefox-wrapper;
|
firefoxWrapper = firefox-wrapper;
|
||||||
fuse_exfat = exfat; # 2015-09-11
|
fuse_exfat = exfat; # 2015-09-11
|
||||||
|
Loading…
Reference in New Issue
Block a user