4a7fb2c8ea
This reverts commit fe90d5a666.
13 lines
92 B
Nix
13 lines
92 B
Nix
{
|
|
gtk3,
|
|
}:
|
|
|
|
{
|
|
buildInputs ? [ ],
|
|
...
|
|
}:
|
|
|
|
{
|
|
buildInputs = buildInputs ++ [ gtk3 ];
|
|
}
|