This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
327d8f4862
nixpkgs
/
pkgs
/
desktops
/
gnome
/
libart_lgpl.nix
6 lines
80 B
Nix
Raw
Blame
History
{
input
,
stdenv
,
fetchurl
}:
stdenv
.
mkDerivation
{
inherit
(
input
)
name
src
;
}
Reference in New Issue
View Git Blame
Copy Permalink