Skip to content

sassc hack: how did you figure it out? #6

Open
@omnibs

Description

@omnibs

Hey, I was struggling with a broken sassc gem and I found this repo with this fix:

gemConfig.sassc = attrs: {
buildInputs = [ libsass ];
shellHook = ''
export SASS_LIBSASS_PATH=${libsass}
'';
};

I'm usually in the dark on how to fix this stuff and I wonder if you can share you how found out you needed to put this shell hook and what variable you needed to set.

Thanks for posting this repo btw, it helped me!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions