Commit graph

8 commits

Author SHA1 Message Date
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Matthew Bauer 263f5891b6 treewide: mesa_noglu, mesa_drivers, libGL_driver -> mesa
Just use mesa for these to be more clear. Move these to aliases.nix
2019-06-17 14:43:18 -04:00
José Romildo Malaquias e372ab4626 ephoto: add dependency on mesa_noglu.dev (#47136) 2018-09-21 18:25:51 +02:00
José Romildo Malaquias 0c573de7dd efl: patch binary to handle manual dependency on libcurl.so 2018-03-27 13:54:44 -03:00
romildo 7ffee4de3c efl: use vanilla pkg-config
Use vanilla pkg-config to build EFL applications.

The EFL library has a set of pkg-config files (*.pc) which uses
private requirements. The default pkg-config setup on nixpkgs is
patched to disable resolving those requirements. See
http://bugs.freedesktop.org/show_bug.cgi?id=4738 for reference.

As a consequence each package depending on efl has to explicitly set
the search path in order to be able to find the corresponding header
files.

By using vanilla pkg-config this is not necessary (and this is the
expected behaviour for pkg-config), allowing simpler nix expressions.
2017-08-22 15:54:56 -03:00
romildo 978c9f02dc ephoto: 1.0 -> 1.5
- Update to version 1.5, which builds of the latest efl versions
2017-08-22 15:01:25 -03:00
romildo 627724d386 ephoto: wrap libcurl.so in LD_LIBRARY_PATH 2017-05-01 18:35:16 -03:00
romildo 2f481960cf ephoto: init at 1.0 2017-04-22 03:06:12 +03:00